Trusted

@Serializable
data class Trusted(val verifierInfo: VerifierInfo) : VerifierAuthenticationResult

Successful verifier authentication.

Constructors

Link copied to clipboard
constructor(verifierInfo: VerifierInfo)

Properties

Link copied to clipboard

Represents the trusted root verifier certificate that was used to successfully complete the verifier authentication process.